home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / D51_NUSource / To_Assemble.readme
Text File  |  1996-01-06  |  2KB  |  42 lines

  1. The assembled utilities, complete with AmigaGuide documentation should
  2. be available on Aminet in the file biz/dopus/D51_NUtils.lha
  3.  
  4. Unless I've screwed up, you should find all the files you require to
  5. assemble the programs in this archive, apart from the standard
  6. include files.
  7.  
  8. Things to note:
  9.  
  10. o If you assign ASM: to the directory where you have unpacked the files,
  11.   you should solve most (if not all) of the file path problems. Any remaining
  12.   problems are probably because you have a slightly different setup to me,
  13.   for example some people keep LVO3.0 in include/, while I keep it in its
  14.   own directory. Of course, these problems are easy enough to fix.
  15.  
  16. o The source provided includes a file called "Nudel_Symbols.gs". I didn't
  17.   include this file because it basically contains a bunch of the standard
  18.   include files and is about 150k. I have included the file which I use
  19.   to generate this .gs file as "Include/Nudel_Symbols.s". You can either
  20.   assemble that, or (more easily) comment out the "Include Nudel_Symbols.gs"
  21.   line from all the programs and uncomment all the "include ..." lines above
  22.   that. The only non-standard include file required is the "Nudel_Constants.i"
  23.   file which is in the "include/" directory of this archive.
  24.  
  25. o I use Devpac, so be aware that some of the options and stuff might be
  26.   different for your assembler.
  27.  
  28. o At the very top of the source are some assembly-time switches
  29.   (e.g. "Beta_Version") which are activated when uncommented.
  30.  
  31. o If you don't understand how something works or would like to contact me
  32.   for whatever reason, please feel free to email me
  33.   <leo.davidson@keble.oxford.ac.uk> and I'll do my best to help!
  34.  
  35. The directories:
  36.  
  37. Include/        A required non-system include file.
  38. Source/DOpusFuncs/    The source files for DOpusFuncs.
  39.             "DOpusFuncs.s" is the main file.
  40. Source/Routines/    Various subroutines used by all three programs.
  41. Source/Singles/        The one-file source codes to CDOpus & RexxSend.
  42.